home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / program / ctenari / ShiCola / CodePad37.exe / $INSTDIR / Syntax Definitions / 80196assembler.def < prev    next >
Encoding:
Text File  |  2003-10-17  |  4.1 KB  |  155 lines

  1. object TPersHolder
  2.   P.Name = '80196 Assembler'
  3.   P.Extensions.Strings = (
  4.     
  5.       '80196 ASM files (*.a96;*.inc;*.lst;*.m96)|*.a96;*.inc;*.lst;*.m9' +
  6.       '6')
  7.   P.SyntaxBlocks = <
  8.     item
  9.       Name = 'Default'
  10.       ID = 0
  11.       FIText = 9
  12.       FIIntNum = 3
  13.       FIFloatNum = 4
  14.       FIHexNum = 3
  15.       FIIdentifier = 5
  16.       UseComments = True
  17.       UseSingleLineComments = True
  18.       UseStrings = True
  19.       UseSingleLineStrings = True
  20.       UseNumbers = True
  21.       UsePrefixedNumbers = True
  22.       UseSuffixedNumbers = True
  23.       UseMultipleNumSuffixes = False
  24.       UseIdentifiers = True
  25.       UseKeywords = True
  26.       BlockDelimiters = <>
  27.       SingleLineCommentDelimiters = <
  28.         item
  29.           FontID = 10
  30.           LeftDelimiter = ';'
  31.         end>
  32.       SingleLineStringDelimiters = <
  33.         item
  34.           FontID = 2
  35.           LeftDelimiter = #39
  36.           RightDelimiter = #39
  37.         end>
  38.       NumPrefixes = <
  39.         item
  40.           LeftDelimiter = '#'
  41.         end>
  42.       NumSuffixes = <
  43.         item
  44.           LeftDelimiter = 'h'
  45.         end
  46.         item
  47.           LeftDelimiter = 'H'
  48.         end
  49.         item
  50.           LeftDelimiter = 't'
  51.         end
  52.         item
  53.           LeftDelimiter = 'T'
  54.         end>
  55.       KeywordSets = <
  56.         item
  57.           FontID = 6
  58.           Name = 'Op codes'
  59.           Keywords = 
  60.             'adcb,add,addb,addc,and,andb,bbc,bbs,bc,be,bge,bgt,bh,ble,blt,bmo' +
  61.             'v,bmovi,bnc,bne,bnh,bnst,bnv,bnvt,br,bst,bv,bvt,call,clr,clrb,cl' +
  62.             'rc,clrvt,cmp,cmpb,cmpl,dec,decb,di,div,divb,divu,divub,djnz,djnz' +
  63.             'w,dpts,ei,epts,ext,extb,idlpd,inc,incb,jbc,jbs,jc,je,jge,jgt,jh,' +
  64.             'jle,jlt,jnc,jne,jnh,jnst,jnv,jnvt,jst,jv,jvt,lcall,ld,ldb,ldbse,' +
  65.             'ldbze,ljmp,mul,mulb,mulu,mulub,neg,negb,nop,norml,not,notb,or,or' +
  66.             'b,pop,popa,popf,push,pusha,pushf,ret,rst,scall,setc,shl,shlb,shl' +
  67.             'l,shr,shra,shrab,shral,shrb,shrl,sjmp,skip,st,stb,sub,subb,subc,' +
  68.             'subcb,tijmp,trap,xch,xchb,xor,xorb'
  69.         end
  70.         item
  71.           FontID = 8
  72.           Name = 'Directives'
  73.           Keywords = 
  74.             'at,cseg,debug,dseg,end,extrn,include,list,main,module,nolist,pub' +
  75.             'lic,rseg,title'
  76.         end>
  77.       FirstIdentChars = '%@-Z_a-z'
  78.       OtherIdentChars = '0-9?A-Z_a-z'
  79.     end>
  80.   P.FontTable = <
  81.     item
  82.       FontID = 2
  83.       GlobalAttrID = 'String'
  84.       Font.Charset = DEFAULT_CHARSET
  85.       Font.Color = clMaroon
  86.       Font.Height = -13
  87.       Font.Name = 'Courier New'
  88.       Font.Style = []
  89.     end
  90.     item
  91.       FontID = 3
  92.       GlobalAttrID = 'Integer'
  93.       Font.Charset = DEFAULT_CHARSET
  94.       Font.Color = clGreen
  95.       Font.Height = -13
  96.       Font.Name = 'Courier New'
  97.       Font.Style = []
  98.     end
  99.     item
  100.       FontID = 4
  101.       GlobalAttrID = 'Float'
  102.       Font.Charset = DEFAULT_CHARSET
  103.       Font.Color = clGreen
  104.       Font.Height = -13
  105.       Font.Name = 'Courier New'
  106.       Font.Style = []
  107.     end
  108.     item
  109.       FontID = 5
  110.       GlobalAttrID = 'Identifier'
  111.       Font.Charset = DEFAULT_CHARSET
  112.       Font.Color = clBlack
  113.       Font.Height = -13
  114.       Font.Name = 'Courier New'
  115.       Font.Style = []
  116.     end
  117.     item
  118.       FontID = 6
  119.       GlobalAttrID = 'Reserved words'
  120.       Font.Charset = DEFAULT_CHARSET
  121.       Font.Color = clBlue
  122.       Font.Height = -13
  123.       Font.Name = 'Courier New'
  124.       Font.Style = []
  125.     end
  126.     item
  127.       FontID = 8
  128.       GlobalAttrID = 'Defines'
  129.       Font.Charset = DEFAULT_CHARSET
  130.       Font.Color = clGreen
  131.       Font.Height = -13
  132.       Font.Name = 'Courier New'
  133.       Font.Style = []
  134.     end
  135.     item
  136.       FontID = 9
  137.       GlobalAttrID = 'Plain Text'
  138.       Font.Charset = DEFAULT_CHARSET
  139.       Font.Color = clBlack
  140.       Font.Height = -13
  141.       Font.Name = 'Courier New'
  142.       Font.Style = []
  143.     end
  144.     item
  145.       FontID = 10
  146.       GlobalAttrID = 'Comment'
  147.       Font.Charset = DEFAULT_CHARSET
  148.       Font.Color = clGray
  149.       Font.Height = -13
  150.       Font.Name = 'Courier New'
  151.       Font.Style = [fsItalic]
  152.     end>
  153.   P.SyntaxVersion = 3
  154. end
  155.